home *** CD-ROM | disk | FTP | other *** search
/ The Netherlands - A Compact World / The Netherlands.iso / chapters / 4.2.dxr / Internal_106_antw2.ls < prev    next >
Encoding:
Text File  |  2004-06-10  |  233 b   |  18 lines

  1. on mouseUp me
  2.   global frameteller, gekozen
  3.   frameteller = 0
  4.   gekozen = 2
  5.   cursor(-1)
  6.   go("beantwoord")
  7. end
  8.  
  9. on mouseEnter
  10.   sprite(49).visibility = 1
  11.   cursor(280)
  12. end
  13.  
  14. on mouseLeave
  15.   sprite(49).visibility = 0
  16.   cursor(-1)
  17. end
  18.